What is the effect on the /home/LogFiles directory when enabling application logging with the File System option?
/home/LogFiles
It will persist only if WEBSITES_ENABLE_APP_SERVICE_STORAGE=true.
WEBSITES_ENABLE_APP_SERVICE_STORAGE=true
It will not persist across app restarts.
It will always persist upon app restarts, regardless of the persistent storage setting.
It will be overwritten by existing files on persistent storage.
The /home/LogFiles directory always persists upon app restarts if application logging is enabled with the File System option, independently of the persistent storage being enabled or disabled.